home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PChangeParaAttr.h ---------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:15 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PChangeParaAttr__
- #define __PChangeParaAttr__
-
- class PChangeParaAttr
- {
-
- public:
-
- PChangeParaAttr(const char * sParaStyle, short cAlignment, short cLeadingType);
-
- private:
-
- PChangeParaAttr();
- };
-
- #endif
-
- // end of PChangeParaAttr.html
-